ArcFM Mobile Developer Guide
IsTransient Method


Version: 10.2.1a

Resource Center Home

Transient objects are not associated with an item already in storage. For instance, a Task is transient if its ID is 0.
Syntax
'Declaration
 
Public Overridable Function IsTransient() As Boolean
'Usage
 
Dim instance As DomainObject(Of TId)
Dim value As Boolean
 
value = instance.IsTransient()
public virtual bool IsTransient()
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DomainObject<TId> Class
DomainObject<TId> Members

 

 


Send Comment